home *** CD-ROM | disk | FTP | other *** search
/ Sleepover Press Kit / Sleepover Press Kit.iso / pc / media / movie.dxr / Internal_23_volumesetter.ls < prev    next >
Encoding:
Text File  |  2004-06-07  |  682 b   |  31 lines

  1. on enterFrame me
  2.   if sprite 65 intersects sprite(52) then
  3.     set the volume of sound 2 to 0
  4.   else
  5.   end if
  6.   if sprite 65 intersects sprite(53) then
  7.     set the volume of sound 2 to 42
  8.   else
  9.   end if
  10.   if sprite 65 intersects sprite(54) then
  11.     set the volume of sound 2 to 84
  12.   else
  13.   end if
  14.   if sprite 65 intersects sprite(55) then
  15.     set the volume of sound 2 to 126
  16.   else
  17.   end if
  18.   if sprite 65 intersects sprite(56) then
  19.     set the volume of sound 2 to 168
  20.   else
  21.   end if
  22.   if sprite 65 intersects sprite(57) then
  23.     set the volume of sound 2 to 210
  24.   else
  25.   end if
  26.   if sprite 65 intersects sprite(58) then
  27.     set the volume of sound 2 to 256
  28.   else
  29.   end if
  30. end
  31.